From 54756ae9d04438fb97a08372346a373036165123 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 6 Jun 2010 00:38:01 +0000 Subject: [PATCH] Add lost doc for seg2trk and trk2seg. --- gpsbabel/xmldoc/filters/options/track-seg2trk.xml | 6 ++++++ gpsbabel/xmldoc/filters/options/track-trk2seg.xml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 gpsbabel/xmldoc/filters/options/track-seg2trk.xml create mode 100644 gpsbabel/xmldoc/filters/options/track-trk2seg.xml diff --git a/gpsbabel/xmldoc/filters/options/track-seg2trk.xml b/gpsbabel/xmldoc/filters/options/track-seg2trk.xml new file mode 100644 index 000000000..50e41b0e5 --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/track-seg2trk.xml @@ -0,0 +1,6 @@ + +This option splits tracks at segment boundaries into multiple tracks. This +is useful to restore the behaviour of GPSBabel versions up to 1.3.6 which +didn't support track segment markers and automatically put each segment into +a separate track. + diff --git a/gpsbabel/xmldoc/filters/options/track-trk2seg.xml b/gpsbabel/xmldoc/filters/options/track-trk2seg.xml new file mode 100644 index 000000000..8617b7fe6 --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/track-trk2seg.xml @@ -0,0 +1,6 @@ + +This option merges multiple tracks, inserting segment separators at +track boundaries. It expects the tracks to already be in the right order for +merging, i.e. it does not check timestamps and reorder track points so that +their timestamps are monotonically increasing. + -- 2.30.2